-
Notifications
You must be signed in to change notification settings - Fork 92
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release 1.0.alpha.6 #246
Release 1.0.alpha.6 #246
Conversation
cleder
commented
Oct 16, 2023
add classmethod to construct a geometry from string and element #81
Refactor gx.Track and gx.Multitrack
WatermelonAI SummaryThe 30 commits in this Pull Request suggest that the focus of the changes is on improving the data handling and type annotations. There are fixes for type errors in views, scaffold classes, and an implementation of an altitudeMode Enum. The commits also include the addition of new classes to handle different types of geometries, improvements in error handling, and enhancements to the script for removing unused type ignore comments. Other updates include changes to the KML schema, additions of repr and eq methods, and the implementation of a linestring. The PR title suggests that this is a release for version 1.0.alpha.6. GitHub PRsClick here to login to Jira |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some food for thought. View full project report here.
f"tessellate={self.tessellate!r}, " | ||
f"altitude_mode={self.altitude_mode} " | ||
f"geometry={self.geometry!r}" | ||
f")" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
f")" | |
")" |
f-string is unnecessary here. This can just be a string. More.
PR SummaryGeneral Code Improvements
Documentation Updates
Core Code Changes
Significant Module Updates
Package and Dependency Management
Testing
Other Improvements
All these updates aim to enhance code quality, flexibility, code robustness, error handling, and to add new functionalities, hence improving the overall user experience. |
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #246 +/- ##
==========================================
+ Coverage 92.97% 93.18% +0.21%
==========================================
Files 26 33 +7
Lines 4414 4787 +373
==========================================
+ Hits 4104 4461 +357
- Misses 310 326 +16
☔ View full report in Codecov by Sentry. |